OpenBuildings GenerativeComponents Help

Atan2

Returns the arc tangent of the specified y and x coordinates.

double Atan2(double y, double x)

TThe result is measured in degrees. To obtain the result in radians, use Radians(Atan2(y, x)).